Use of svn commands in linux
Recently, svn is often used for code management. These commands can't be remembered, so I have to check them online. I finally found a svn command in linux, the svn commands in linux are summarized as follows.
1.
Configure svn linux server and svnlinux Server
PS: Today, I set up a public-network SVN Server for my colleagues. google the SVN Server and I found the most detailed article below. I will record it and reprint it. By the way, based on your own
Install and configure SVN in Centos7
This practice uses Baidu server CentOS/7.1 x86_64 (64bit)Svnserve, version 1.7.14
Install svn
Yum install subversionView versionSvnserve-version
Returned results
[Root @ chinamobile2016 ~] #
1, checkout the file to the local directorySVN checkout Path (path is a directory on the server)For example: SVN checkout Svn://192.168.1.1/pro/domainShorthand: SVN Co2, add new files to the version librarySVN Add FileFor example: SVN add test.php
1.1 server configuration instructions1.1.3 configure users and permissions1.1.4 import the project to the warehouse1.2 client operation guide and usage specifications1.2.1 check out work copies1.2.2 SVN update updates changes made by others1.2.2.1
First, IntroductionBy installing and deploying the Puppet/C/S model, puppet server manages the entire lifecycle of all the controllers: from initialization to software upgrades, from profile creation to test deployment, from system maintenance to
PS: Today to develop a colleague to build a public network of SVN Server,google, found the following this is the most detailed, recorded, re-layout a bit. By the way according to their own experience, supplemented with a few details and summary.
1. Introduction to Version control
1.1. What is version controlVersion control systems are used to save individual revisions (revision) of documents that were written to develop the application.
Versioning is also known as the Revision control
SVN is actually subversion, which is divided into server-side and client. Before the online search a lot of methods, all have a variety of problems, after their own collection and finishing and actual attempt, finally there is a more reliable method.
This is a little introduction to SVN, and I will write it down for backup.
First, set up the svn ServerA team can set up a server. If you do not need to set up a server, you can skip this step.
1. download and install the server and client.Note
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.